home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / video / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  2.5 KB  |  59 lines

  1.  
  2.  
  3.                 ~4Dgifts/toolbox/src/exampleCode/video README
  4.  
  5.     `!' indicates new or updated as of version 4.2
  6.  
  7.   
  8.     scrollmon:  application creates realtime scrolling credits or titles 
  9.     [+]         (graphics) for video production.  Credits can be 
  10.         constructed from either anti-aliased text or SGI rgb 
  11.         images.  scrollmon reads a description file in the local 
  12.         directory and builds a series of bitmaps that it scrolls 
  13.         based on the parameters in the file and on the command line.
  14.  
  15.  
  16.     security:   security camera for stopframe and motion detection
  17.                 security is a program that detects motion on a video source
  18.                 and outputs it to a movie file.  You can select various 
  19.                 movie formats and 3 different image sizes.  The frames are 
  20.                 added to the movie file as they are collected.  This is 
  21.         different than capture(1).  Hence, the collection frame 
  22.         rate is less than capture.
  23.  
  24.     seqgrab:    VL sequential frame accurate capture source (Galileo/VLAN).
  25.         Grabs a sequence of frames between start and end timecodes.
  26.         This works on a very specific configuration of equipment, 
  27.         namely a system with a Galileo video board, a frame 
  28.         accurate device and a VLAN controller.
  29.  
  30.  
  31.  !  simpleVideo   a library + examples to provide the video programmer with 
  32.                 a simple programmatic interface on top of the video library
  33.                 (VL).  simpleVideo provides functions such as getframe() 
  34.         and putframe() for dealing with single frame input/output, 
  35.         while requiring as little additional knowledge of the VL 
  36.         possible.  Additional utility routines provide control over 
  37.         some of the underlying behaviour of the VL.  To those 
  38.         familiar with the VL, SV hides the details of devices, 
  39.         nodes, paths, and ring buffers.  It defines an image data 
  40.         type svImage for dealing with frames of data.
  41.  
  42.  
  43.     SWconfig4VidOptProds:  software configuration listing for video option 
  44.                products running 5.2 IRIX.
  45.  
  46.     vidmap:     demonstrates texture mapping of video.  Selection can be
  47.     [+]         either a live source such as IndyCam, any other live video 
  48.         source, or a movie file (SGIMF, QuickTime, or MPEG), which 
  49.         is then texture mapped to the polygon.  The two forms of 
  50.         video are accessed in the program through two new digital 
  51.         media libraries, Video Library, VL, a device independent 
  52.         library for supporting video I/O and controlling video 
  53.         devices, and the SGI movie library.
  54.  
  55.  
  56.  
  57.     [+] these apps are written implementing the 4.0 IRIS GLX mixed model 
  58.     graphics programming paradigm.
  59.